Microsoft Ignite Session Viewer
Load a JSON file downloaded from the Ignite sessions API and browse sessions with on-demand videos and slide decks.
How to get the JSON file:
-
Open this URL in your browser:
https://api-v2.ignite.microsoft.com/api/session/all/en-US
- Wait for the JSON response to load.
-
Save the response as a file, e.g.:
- Browser: Right-click → Save As… →
ignite-sessions.json
- CLI (optional):
curl -o ignite-sessions.json "https://api-v2.ignite.microsoft.com/api/session/all/en-US"
- Return to this page and load that
.json file using drag-and-drop or the file picker below.
Drag & Drop JSON Here
Drop your ignite-sessions.json file anywhere in this box
Status: Waiting for JSON file…